Simulate Wheel
Command Prototype
Mouse.Wheel(iCount,iDirection, sKeyModifiers,optionArgs)
Command Description
Simulate wheel actions of a mouse
Parameter Description
- Required Parameter
- iCount--Count of scrolls
- iDirection--Direction of wheel scrolls
- sKeyModifiers--Keyboard keys pressed down when a mouse action is triggered, the following options are available: Alt, Ctrl, Shift, Win
- Optional Parameter
- iDelayAfter--The delay time (in milliseconds) after executing activities, and the default time is 300 milliseconds.
- iDelayBefore--The delay time (in millisecons) before the activity starts any action. The default amount of time is 200 milliseconds.